CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Matlab 遗传算法

搜索资源列表

  1. 遗传算法

    0下载:
  2. 应用MATLAB软件进行遗传算法运算,此为相关代码,具有一定研究价值。(The application of MATLAB software for genetic algorithm operation, this is the relevant code, has a certain research value.)
  3. 所属分类:matlab例程

  1. matlab bp+遗传算法

    0下载:
  2. 一个关于遗传算法优化BP神经网络的算法方案研究,遇到一个问题就是在用BP神经网络仿真的结果里,最大值和最小值预测误差特别大,而其他值的误差很小,同样,我用遗传算法优化之后这个问题依然没有解决,可以作为大家下一步研究的参考(A genetic algorithm to optimize BP neural network algorithm program, encountered a problem is that in the BP neural network simulation resu
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:376832
    • 提供者:sci2018
  1. 遗传算法

    0下载:
  2. 遗传算法的matlab代码,里面没有数据,可以自己加入自己的数据修改一下代码就行了
  3. 所属分类:matlab例程

  1. matlab编写的量子遗传算法

    2下载:
  2. 量子遗传算法的matlab程序,用于解决优化问题(The matlab program of quantum genetic algorithm is used to solve optimization problems)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:wcggcw012
  1. 遗传算法程序 matlab

    0下载:
  2. 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作(As the main program of genetic algorithm, binary Gray encoding is adopted, nonlinear ranking selection based on roulette method, uniform crossover, mutation operation, and inversion operat
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:时章漫
  1. 遗传算法与粗糙集的简单实现

    0下载:
  2. 简答的实现了粗糙集理论与遗传算法,非原创(The simple realization of the theory of rough set and genetic algorithm, non original)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:13312
    • 提供者:icansky
  1. chapter6 遗传算法工具箱详解及应用

    0下载:
  2. chapter6 遗传算法工具箱详解及应用 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:南湖南
  1. 谢菲尔德遗传工具箱

    0下载:
  2. 遗传算法开发工具箱,适应于一切matlab版本,优化rep,直接解压设置路径(Genetic algorithm development toolbox, which directly unzip the setting path)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:238592
    • 提供者:marec
  1. 遗传算法基础

    0下载:
  2. 遗传算法工具箱,介绍一元函数优化及多元函数优化,应用遗传算法工具箱进行计算。(Introduce the unary function optimization and genetic algorithm toolbox, multivariate function optimization, application of genetic algorithm toolbox to calculate.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:妍果果
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    2下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:beautyjade
  1. MultiObjGA Code(多目标数值优化遗传算法)

    2下载:
  2. MultiObjGA Code(多目标数值优化遗传算法),教如何用matlab进行多目标遗传算法编程(MultiObjGA Code (multiobjective numerical optimization genetic algorithm), teaching how to use matlab for multiobjective genetic algorithm programming)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-09
    • 文件大小:5120
    • 提供者:河小王
  1. 遗传算法

    0下载:
  2. 遗传算法解决TSP,采用matlab语言编程,利用遗传算法解决TSP问题。(The genetic algorithm solves the TSP, uses the MATLAB language programming, and uses the genetic algorithm to solve the TSP problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:4096
    • 提供者:子乐亦然
  1. 遗传算法改进的神经网络程序

    0下载:
  2. 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:51200
    • 提供者:leesinger
  1. 遗传算法

    0下载:
  2. 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:amnesia666
  1. 用MATLAB实现遗传算法程序

    0下载:
  2. 数值智能算法:用MATLAB实现遗传算法(Using MATLAB to implement genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:任宇
  1. 遗传算法及其MATLAB程序

    0下载:
  2. 遗传算法简介 及 matlab计算实现过程(the brief introduction of GA and the method to get it)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:86016
    • 提供者:kuiger
  1. matlab基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:110592
    • 提供者:sunxiaonao
  1. 遗传算法matlab程序实例

    0下载:
  2. 利用MATLAB软件进行编程,解决遗传算法的相关问题的实例(Calculation of genetic algorithm)
  3. 所属分类:matlab例程

  1. ★自适应遗传算法

    0下载:
  2. 自适应的遗传算法以及MATLAB实现,拿去学习吧(Standard genetic algorithms and MATLAB implementations)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:51200
    • 提供者:超超超超超
  1. 遗传算法matlab源代码

    0下载:
  2. 遗传算法matlab程序,用于服务窗口的应用(Genetic algorithm matlab program)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:20480
    • 提供者:lt0217
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com